home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / RIncludes / PPCToolbox.r < prev    next >
Encoding:
Text File  |  1998-08-17  |  997 b   |  40 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PPCToolbox.r
  3.  
  4.      Contains:    Program-Program Communications Toolbox Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1989-1993, 1995-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __PPCTOOLBOX_R__
  19. #define __PPCTOOLBOX_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25. /*------------------------ppcc • PPC Browser Configuration Resource---------------------------*/
  26.  
  27.     type 'ppcc' {
  28.         unsigned byte;    // NBP lookup interval
  29.         unsigned byte;    // NBP lookup count
  30.         integer;        // NBP maximum lives an entry has before deletion
  31.         integer;        // NBP maximum number of entities
  32.         integer;        // NBP idle time in ticks between lookups
  33.         integer;        // PPC maximum number of ports
  34.         integer;        // PPC idle time in ticks between list ports
  35.     };
  36.  
  37.  
  38. #endif /* __PPCTOOLBOX_R__ */
  39.  
  40.